SelectAllConnectedComponents

導入

v10.5 (2012)

カテゴリ

選択

詳細

選択コンポーネントからアイランドを選択します。アイランドは、選択コンポーネントに直接接続されるすべてのコンポーネントとして定義されます。

スクリプト構文

SelectAllConnectedComponents( SelectionList );

パラメータ

パラメータ タイプ 詳細
SelectionList 文字列 コンポーネントのリスト

デフォルト値: n/a

VBScript の例

<code lang="vbscript"><![CDATA[
CreatePrim "Grid", "MeshSurface"
ApplyTopoOp "DeleteComponent", "grid.poly[24-39]", siUnspecified, siPersistentOperation
SelectAllConnectedComponents "grid.poly[11]"